home *** CD-ROM | disk | FTP | other *** search
- object frmTaskError: TfrmTaskError
- Left = 441
- Top = 249
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'AutoMate Task Execution Error'
- ClientHeight = 275
- ClientWidth = 380
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- OldCreateOrder = False
- Position = poScreenCenter
- OnClose = FormClose
- PixelsPerInch = 96
- TextHeight = 13
- object lblTasknameTitle: TLabel
- Left = 8
- Top = 80
- Width = 67
- Height = 13
- Caption = 'Task name:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object lblTaskName: TLabel
- Left = 84
- Top = 80
- Width = 289
- Height = 13
- Cursor = crHandPoint
- Hint = 'Click to open the task in the Task Builder'
- AutoSize = False
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold, fsUnderline]
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- OnClick = lblTaskNameClick
- end
- object lblLineNumberTitle: TLabel
- Left = 8
- Top = 100
- Width = 41
- Height = 13
- Caption = 'Line #:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object lblLineNo: TLabel
- Left = 84
- Top = 100
- Width = 289
- Height = 13
- AutoSize = False
- Caption = '-'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object lblTimeTitle: TLabel
- Left = 8
- Top = 120
- Width = 32
- Height = 13
- Caption = 'Time:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object lblDateTime: TLabel
- Left = 84
- Top = 120
- Width = 289
- Height = 13
- AutoSize = False
- Caption = '-'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object lblErrorTextTitle: TLabel
- Left = 8
- Top = 140
- Width = 32
- Height = 13
- Caption = 'Error:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object lblError: TLabel
- Left = 84
- Top = 140
- Width = 289
- Height = 61
- AutoSize = False
- Caption = '-'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- WordWrap = True
- end
- object lblNote: TLabel
- Left = 8
- Top = 208
- Width = 365
- Height = 33
- AutoSize = False
- Caption =
- 'NOTE: These errors appear only if Task Administrator is running' +
- '.'
- WordWrap = True
- end
- object comOK: TButton
- Left = 300
- Top = 248
- Width = 75
- Height = 23
- Cancel = True
- Caption = '&Close'
- TabOrder = 0
- OnClick = comOKClick
- end
- object chkShowErrors: TCheckBox
- Left = 8
- Top = 252
- Width = 257
- Height = 13
- Caption = 'Do not show this dialog on task errors'
- TabOrder = 1
- end
- object Panel1: TPanel
- Left = 4
- Top = 4
- Width = 369
- Height = 69
- BevelOuter = bvLowered
- Color = clWhite
- TabOrder = 2
- object Image1: TImage
- Left = 332
- Top = 18
- Width = 33
- Height = 35
- Picture.Data = {<image000.ico>}
- end
- object lblErrorTitle: TLabel
- Left = 8
- Top = 23
- Width = 305
- Height = 26
- Caption =
- 'A problem has occured during the execution of a task. You may n' +
- 'eed to edit the task to correct the issue.'
- Transparent = True
- WordWrap = True
- end
- object Label1: TLabel
- Left = 8
- Top = 8
- Width = 181
- Height = 13
- Caption = 'Problem Occured Running Task'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- end
- end
- object IvTranslator1: TIvTranslator
- DictionaryName = 'dcoAMTA'
- Left = 12
- Top = 277
- TargetsData = (
- 1
- 4
- (
- '*'
- 'Hint'
- 0)
- (
- '*'
- 'Caption'
- 0)
- (
- '*'
- 'Items'
- 0)
- (
- 'TMemo'
- 'Text'
- 0))
- end
- end
-